home *** CD-ROM | disk | FTP | other *** search
/ Joint Education Initiative / Joint Education Initiative.iso / dos / user_doc / toms.doc < prev   
Text File  |  1991-04-15  |  8KB  |  98 lines

  1. The TOMS program reads and displays the ozone data on this CD-ROM. It is      
  2. divided into three major parts:                                               
  3.                                                                               
  4.                                                                               
  5. Processing Daily Gridded Data:                                                
  6. -----------------------------                                                 
  7.                                                                               
  8. The following options are available:                                          
  9.                                                                               
  10. a) Read the daily gridded data for a specific day. The user is prompted for   
  11.    a date and the daily gridded data for that day is read into a gridded      
  12.    array.  The dimensions of the array are 180 rows by 288 columns.  Each     
  13.    grid cell in the array covers a 1.0 degree latitude by a 1.25 degree       
  14.    longitude area, and therefore the array covers the entire world.  The      
  15.    latitudes range from -90.0 to 90.0 and the longitudes range from -180.0    
  16.    to 180.0.  Zero values in the array denote flagged data (bad or missing    
  17.    data).                                                                     
  18.                                                                               
  19. b) Display the current daily gridded data in table format using one of        
  20.    three resolutions:  full resolution (every value in the gridded array is   
  21.    displayed), half resolution (every other value in the gridded array is     
  22.    displayed), or quarter resolution (every fourth value in the gridded       
  23.    array is displayed).  The user can move through the table using the        
  24.    movement keys (press F1 for help after this option has been chosen).       
  25.                                                                               
  26. c) Calculate and display statistical values for the current day.  The user    
  27.    is prompted for the latitude range (and possibly the longitude range) of   
  28.    the zone to be processed and the following values are displayed for this   
  29.    zone:  minimum ozone value and its location, maximum ozone value and its   
  30.    location, the area weighted zonal mean (each one-degree latitude zone      
  31.    within this zone has a different weight), the standard deviation, and      
  32.    the percentage of valid (not flagged) data points present within this      
  33.    zone (flagged points are points that were set to 0 in the data due to      
  34.    bad or missing data).  Only valid points are included in the calculation   
  35.    of the zonal mean and the standard deviation.                              
  36.                                                                               
  37. d) Display the ozone value at a specific location for the current day. The    
  38.    user is prompted for the latitude and longitude of the location to be      
  39.    processed and the grid points are interpolated to produce the ozone        
  40.    value at that location.  If the grid points can not be interpolated due    
  41.    to flagged data, the latitude and longitude of the grid cell               
  42.    corresponding to the location are displayed instead of the latitude and    
  43.    longitude entered by the user.                                             
  44.                                                                               
  45.                                                                               
  46. Processing Daily or Monthly Statistical Data:                                 
  47. --------------------------------------------                                  
  48.                                                                               
  49. The user is prompted for the type of data to be processed (daily or           
  50. monthly) and for the date (day or month).  Then, the pre-computed             
  51. statistical data for this day or month is read in and the following values    
  52. are displayed: global minimum ozone value, global maximum ozone value, and    
  53. the latitude range, minimum value, maximum value, area weighted zonal mean,   
  54. and standard deviation for each of the 18 ten-degree latitude zones (each     
  55. one-degree latitude zone within the ten-degree latitude zone has a            
  56. different weight). When these zonal means and standard deviations were        
  57. calculated, if there were not enough valid data points present within the     
  58. ten-degree latitude zone (85% or more) or enough valid (non-zero) daily       
  59. zonal means or standard deviations for the month (20 days or more), the       
  60. daily or monthly zonal means and standard deviations were set to 0.0.         
  61.                                                                               
  62.                                                                               
  63. Processing Time Series Data:                                                  
  64. ---------------------------                                                   
  65.                                                                               
  66. The following options are available:                                          
  67.                                                                               
  68. a) Read and display daily or monthly pre-computed statistical data. The       
  69.    user has the option to display all zonal statistics for a specific zone    
  70.    for a range of days or months and a single year, or to display one         
  71.    statistical value for a range of days or months and multiple years.  The   
  72.    user is prompted for the year(s) to be displayed, the type of statistics   
  73.    to be displayed (if appropriate), the zone number (if appropriate --       
  74.    these are 10-degree latitude zones), and the first and last days or        
  75.    months of the period to be processed.  If displaying a single year, the    
  76.    following statistical values are displayed for one zone: the minimum       
  77.    ozone value, the maximum ozone value, the area weighted zonal mean, and    
  78.    the standard deviation.  If displaying multiple years, one of the          
  79.    following statistical values is displayed: global minimum ozone value,     
  80.    global maximum ozone value, area weighted zonal mean for a specific        
  81.    zone, standard deviation for a specific zone, minimum ozone value in a     
  82.    specific zone, maximum ozone value in a specific zone.                     
  83.                                                                               
  84. b) Display the ozone values at a specific location for any range of days      
  85.    (could include the entire database).  The user is prompted for the         
  86.    latitude and longitude of the location and for the first and last days     
  87.    of the period to be processed.  Due to the amount of time that it takes    
  88.    to read the daily gridded data for one day, this part of the program       
  89.    might take a VERY LONG time to execute if the user chooses to process      
  90.    lots of days.                                                              
  91.                                                                               
  92. c) Display the mean for a specific zone for any range of days (could          
  93.    include the entire database).  The user is prompted for the latitude and   
  94.    longitude ranges of the zone and for the first and last days of the        
  95.    period to be processed.  Due to the amount of time that it takes to read   
  96.    the daily gridded data for one day, this part of the program might take    
  97.    a VERY LONG time to execute if the user chooses to process lots of days.   
  98.